projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
481efd7
)
restore dependencies.awesome normal table
author
Alex Burka
<durka42+github@gmail.com>
Mon, 23 Nov 2015 23:54:49 +0000
(18:54 -0500)
committer
Alex Burka
<durka42+github@gmail.com>
Mon, 23 Nov 2015 23:54:49 +0000
(18:54 -0500)
src/doc/manifest.md
patch
|
blob
|
history
diff --git
a/src/doc/manifest.md
b/src/doc/manifest.md
index e3accd2e7fd99a38a59860ca215ae8cf2e12adcf..52c00c59e581c4c645abb27bec8b7f780f62c4e5 100644
(file)
--- a/
src/doc/manifest.md
+++ b/
src/doc/manifest.md
@@
-303,8
+303,11
@@
civet = { version = "*", optional = true }
To use the package `awesome`:
```toml
-[dependencies]
-awesome = { version = "1.3.5", default-features = false, features = ["secure-password", "civet"] }
+[dependencies.awesome]
+version = "1.3.5"
+default-features = false # do not include the default features, and optionally
+ # cherry-pick individual features
+features = ["secure-password", "civet"]
```
## Rules